projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1b50d
)
autogen.sh: fix typo
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Fri, 12 Jun 2015 07:43:34 +0000
(09:43 +0200)
committer
Giuseppe Scrivano
<gscrivan@redhat.com>
Fri, 12 Jun 2015 07:44:12 +0000
(09:44 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index b8460d62219358350be60934ad08248e12875ebd..a2bba1372e733a30bd7faa616c0f5fdde8f4e299 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-8,7
+8,7
@@
cd $srcdir
AUTORECONF=`which autoreconf`
if test -z $AUTORECONF; then
- echo "*** No autoreconf found, please intall it ***"
+ echo "*** No autoreconf found, please in
s
tall it ***"
exit 1
fi